@font-face {
  font-family: "DINPro-Regular";
  src: url("font/#DINPro-Regular") format("svg"), url("font/DINPro-Regular.ttf") format("truetype"),
    url("font/DINPro-Regular.woff") format("woff");
  src: url("font/DINPro-Regular_13937.eot");
  src: url("font/DINPro-Regular_13937.eot?#iefix") format("embedded-opentype"),
    url("font/DINPro-Regular_13937.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("font/DINPro-Bold tr.eot");
  src: url("font/DINPro-Bold tr.eot?#iefix") format("embedded-opentype"),
    url("font/DINPro-Bold tr.woff2") format("woff2");
  src: url("font/DINPro-Bold.svg#DINPro-Bold") format("svg"), url("font/DINPro-Bold.ttf") format("truetype"),
    url("font/DINPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
}
.container {
  max-width: 1625px;
}

.main {
  background-image: url("../img/BG.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.game_wrapper {
  padding-top: 70px;
}
.game_title h2 {
  font-family: "DINPro-Bold";
  font-weight: 900;
  font-style: normal;
  font-size: 76px;
  line-height: 76px;
  text-transform: uppercase;
  color: #ecebea;
  margin-bottom: 15px;
}
.game_title p {
  font-family: "DINPro-Bold";
  font-weight: 900;
  font-style: normal;
  font-size: 76px;
  line-height: 76px;
  text-transform: c;
  color: #ecebea;
  margin-bottom: 15px;
}
.game_text p {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  color: #ecebea;
}
.game_btn button {
  margin-top: 91px;
  margin-bottom: 120px;
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ecebea;
  background: #0e692f;
  border-radius: 7px;
  border: 0px;
  width: 378px;
  padding: 15px 0px;
}

.main_2 {
  background-image: url(../img/bg_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 82px;
  padding-bottom: 117px;
}

.the_question h3 {
  font-family: "DINPro-Bold";
  font-size: 81px;
  line-height: 81px;
  text-align: center;
  color: #ecebea;
  margin-bottom: 0px;
}
.chose {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
.question_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.question_btn button {
  margin-top: 42px;
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ecebea;
  background: #0e692f;
  border-radius: 7px;
  border: 0px;
  width: 378px;
  padding: 15px 0px;
}
.radio {
  width: 100%;
  text-align: center;
}
.radio input {
  opacity: 0;
}
.radio label {
  font-style: normal;
  font-weight: 500;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  position: relative;
  color: #ecebea;
  font-family: "DINPro-Regular";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.radio label::before {
  content: "";
  display: block;
  width: 201px;
  height: 201px;
  margin: 0px !important;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.radio input[type="radio"]:checked + label:before {
  background-color: #ccc;
}
.chose_1::after {
  content: "";
  display: block;
  cursor: pointer;
  background: url(../img/icon_1.png);
  background-size: cover;
  height: 124px;
  width: 124px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.chose_2::after {
  content: "";
  display: block;
  background: url(../img/icon_2.png);
  background-size: cover;
  height: 124px;
  width: 124px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.chose_3::after {
  content: "";
  display: block;
  background: url(../img/icon_3.png);
  background-size: cover;
  height: 124px;
  width: 124px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.main_3 {
  background-image: url(../img/bg_form.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 56vw;
  padding-top: 25px;
}
div.padd_fixer{
  padding: 65px 15px 95px;
}
.form_title h3 {
  font-family: "DINPro-Bold";
  font-style: normal;
  font-weight: 900;
  font-size: 62px;
  line-height: 91px;
  text-transform: uppercase;
  color: #ecebea;
  margin-bottom: 15px;
}
.reg_wrapper form {
  max-width: 550px;
}
.reg_wrapper input {
  background: #ffffff;
  border-radius: 7px;
  border: 0px;
  width: 80%;
  padding: 7px 37px;
  margin-bottom: 25px;
  font-size: 25px;
  color: #000;
}
.reg_wrapper input::-webkit-input-placeholder {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1a552f;
}
.reg_wrapper input::-moz-placeholder {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1a552f;
}
.reg_wrapper input:-ms-input-placeholder {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1a552f;
}
.reg_wrapper input::-ms-input-placeholder {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1a552f;
}
.reg_wrapper input::placeholder {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1a552f;
}
.agree {
  position: relative;
}
.agree input {
  display: none;
}
.agree label {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 46px;
  color: #ffffff;
  margin-left: 48px;
}
.agree label button {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  text-decoration: underline;
  vertical-align: middle;
  padding: 0px 0px 5px 0px;
}
.agree label::before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #107b38;
  box-shadow: inset 0px -3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 62px;
  cursor: pointer;
}
.agree input[type="checkbox"]:checked + label:before {
  background-image: url(../img/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.reg_btn button {
  font-family: "DINPro-Regular";
  background: #0e692f;
  border-radius: 7px;
  border: 0px;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ecebea;
  padding: 18px 26px;
  margin-top: 10px;
}
.error_wrapper {
  background: #ee4242;
  border-radius: 4px;
  padding: 10px;
}
.error_wrapper p {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  color: #ffffff;
  margin-bottom: 5px;
}

.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  max-width: 80%;
}
.modal-content {
  padding: 40px 75px;
  border-radius: 20px;
}
.modal-title {
  font-family: "DINPro-Bold";
  font-size: 72px;
  line-height: 84px;
  text-transform: uppercase;
  color: #0e692f;
}
.modal-header {
  border: 0px !important;
}
.modal-body {
  font-family: "DINPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  overflow-y: scroll;
  max-height: 500px;
}

.modal-header .close {
  padding: 3rem 1rem !important;
}
